Create Product
AutomatR.HubSpot.Activities.CreateProduct
The "Create Product" activity in AutomatR for HubSpot allows you to create a new product in a HubSpot user's account. This activity is part of the HubSpot activities package and streamlines the process of adding products to HubSpot.
Properties
Name | Description |
---|---|
Input | |
Name | Enter a name for the product or service. String variables containing the product name. |
Description | Enter a description of the product, such as product features, additional options, or measurements. |
Price | Enter the product's value in your account's currency. String variables containing the product price. |
Recurring Billing Frequency | Enter the billing frequency based on which contacts can be charged (e.g., Monthly). String variables containing the billing frequency. |
SKU | Enter a name for the SKU to identify and track your product. String variables containing the SKU. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Enter the wait time in seconds (e.g., 5 seconds) to start the activity. Integer variables containing the delay duration. |
Output | |
Result | Returns the response as a HubSpotProductResult . Variables of type HubSpotProductResult to store the operation result. |
How to Use
- Drag and drop the "Create Product" activity onto the workflow.
- Configure the properties by specifying the name, description, price, recurring billing frequency, SKU, and optionally configure the delay.
- Execute the workflow to create the product in HubSpot.
Example:
Consider an example where the "Create Product" activity is used to add a new product to HubSpot:
Create Product:
Display Name: "New Software"
Name: "Software Suite"
Description: "Comprehensive software package with advanced features."
Price: "499.99"
Recurring Billing Frequency: "Monthly"
SKU: "SW-001"
Result: hubSpotProductResult
In this example, the activity creates a new product named "Software Suite" with a description, price of $499.99, recurring billing frequency set to "Monthly," and SKU "SW-001." The result of the operation is stored in the variable hubSpotProductResult
for further handling in the workflow.